@button_tooltip_load = Load or create a different save.
@button_tooltip_save = Saves the game.
@button_tooltip_options = Opens the options menu.
@button_tooltip_discord = Join the discord to chat with other players and the developer, report bugs or get help.
@button_tooltip_execute = Starts or stops execution of the code in this window.
@button_tooltip_step_by_step = Executes one step of the code.
@button_tooltip_new_function = Create a new code file.
@button_tooltip_new_info_window = Open a new info window.
@button_tooltip_minimize = Minimizes this window.
@button_tooltip_delete = Permanently delete this file.
@button_tooltip_close_docs = Close this window.
@button_tooltip_table_of_contents = Table of Contents
@button_tooltip_new_game = Create a new save.
@button_tooltip_open_folder = Open the save folder in the file explorer.
@button_tooltip_toggle_search_docs = Toggles if the search should include docs windows.
@button_tooltip_toggle_search_code = Toggles if the search should include code windows.
@button_tooltip_next_search = Go to the next match of the search term.
@button_tooltip_previous_search = Go to the previous match of the search term.
@button_tooltip_close_search = Close the search menu.
@button_tooltip_open_unlock_menu = Open the unlock tree.
@warning_icon_tooltip = Your code triggered a warning. Click the icon to view details in the Output window.
@option_tooltip_graphics = Affects various render pipeline settings like shadows, ambient occlusion and bloom.
@option_tooltip_vfx_limit = Limits the number of visual effects that can be played per second.
@option_tooltip_volume = Adjust the volume of all audio.
@option_tooltip_music_volume = Adjust the volume of the music.
@option_tooltip_drone_volume = Adjust the volume of the drone buzzing sounds.
@option_tooltip_SFX_volume = Adjust the volume of sound effects from the farm.
@option_tooltip_UI_volume = Adjust the volume of UI sounds like button clicks.
@option_tooltip_ambience_volume = Adjust the volume of ambient sounds like wind and birds.
@option_tooltip_volume_damping = The volume is multiplied by this factor for every sound effect playing concurrently so your ears don't explode at high drone speeds.
@option_tooltip_sfx_limit = Limits the number of sounds that can be played per second.
@option_tooltip_autosave = Automatically saves the game every 30s when enabled. Can't be enabled while file watcher is enabled.
@option_tooltip_file_watcher = Automatically applies changes made to the code files in the save folder allowing the use of an external code editor. Can't be enabled while autosaves are enabled.
@option_tooltip_frames = Limit the game's fps. Vsync syncs the fps to your monitors refresh rate.
@option_tooltip_viewport_sliding = Disables the sliding of the viewport when you drag and release.
@option_tooltip_UI_size = Change the size of UI elements.
@option_tooltip_tabs_to_spaces = Turns all tabs into 4 spaces.
@option_tooltip_error_forgot_call = When enabled, the game will throw a safeguard error if you try to evalutate the truthiness of a function object, because this usually means that you forgot the `()`.
@option_tooltip_error_shadow = When enabled, the game will throw a safeguard error if there is a local variable that has the same name as a global variable.
@option_tooltip_print_warnings = Activates warnings and the warning icon that sometimes appears.
@option_tooltip_language = Change the language of the game.
@option_tooltip_code_highlights = Turn off the flashing highlights when the code is running.
@option_tooltip_resolution = Change the screen resolution.
@option_tooltip_increment_number_effect = Disable the effects in the inventory that play when the numbers change.
@keybind_tooltip_indent_selection = Add indentation to all selected lines. This needs to be a key that inserts a character for it to work. So any combinations with ctrl or alt won't work.
@keybind_tooltip_unindent_selection = Remove indentation from all selected lines. This needs to be a key that inserts a character for it to work. So any combinations with ctrl or alt won't work.
@keybind_tooltip_menu = Open or close the main menu.
@keybind_tooltip_move_down = Move the camera down.
@keybind_tooltip_move_left = Move the camera left.
@keybind_tooltip_move_right = Move the camera right.
@keybind_tooltip_move_up = Move the camera up.
@keybind_tooltip_redo = Redo the last undo.
@keybind_tooltip_save = Save the game.
@keybind_tooltip_undo = Undo the last change.
@keybind_tooltip_search = Search for a search term in all windows.
@keybind_tooltip_start_execution = Starts the execution of the most recently active file or resumes it if it's paused.
@keybind_tooltip_stop_execution = Stops the execution.
@keybind_tooltip_next_step = Perform one step if the execution is paused.
@keybind_tooltip_pause_execution = Pause the execution.
@keybind_tooltip_hide_UI = Hide or unhide the HUD.